Q3Param2D_Set
You can use theQ3Param2D_Set
function to set the components of a two-dimensional parametric point.
TQ3Param2D *Q3Param2D_Set ( TQ3Param2D *param2D, float u, float v);
param2D
- A parametric point.
u
- The u component of the parametric point.
v
- The v component of the parametric point.
DESCRIPTION
TheQ3Param2D_Set
function returns, as its function result and in theparam2D
parameter, the two-dimensional parametric point specified by theu
andv
parameters.